home *** CD-ROM | disk | FTP | other *** search
- ## -*-Tcl-*-
- # ==========================================================================
- # Help Files
- #
- # FILE: "Alpha's www FAQ.tcl"
- # created: 10/17/00 {02:18:43 pm}
- # last update: 10/29/2000 {12:19:59 PM}
- # Description:
- #
- # Script to open the Alpha FAQ url in a browser from Alpha's Help menu.
- #
- # Donavan Hall has created an Alpha support web site which includes a
- # FAQ, some Quick Start items, tutorials, and other goodies useful for
- # both new users and Alpha developers.
- #
- # The preference "alphaHelpUrl" can set the base url for this site, in
- # case it is mirrored elsewhere.
- #
- # Author: Craig Barton Upright
- # E-mail: <cupright@princeton.edu>
- # mail: Princeton University, Department of Sociology
- # Princeton, New Jersey 08544
- # www: <http://www.princeton.edu/~cupright>
- #
- # ==========================================================================
- ##
-
- if {![info exists alphaHelpUrl] || $alphaHelpUrl == ""} {
- set alphaHelpUrl "http://magnet.fsu.edu/~hall/docscripting/alpha/"
- }
-
- url::execute ${alphaHelpUrl}